Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-38622 | RHEL-06-000249 | SV-50423r2_rule | Medium |
Description |
---|
This ensures "postfix" accepts mail messages (such as cron job reports) from the local system only, and not from the network, which protects it from network attack. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2018-11-28 |
Check Text ( C-46182r2_chk ) |
---|
If the system is an authorized mail relay host, this is not applicable. Run the following command to ensure postfix accepts mail messages from only the local system: $ grep inet_interfaces /etc/postfix/main.cf If properly configured, the output should show only "localhost". If it does not, this is a finding. |
Fix Text (F-43572r1_fix) |
---|
Edit the file "/etc/postfix/main.cf" to ensure that only the following "inet_interfaces" line appears: inet_interfaces = localhost |